home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 11
/
FM Towns Free Software Collection 11.iso
/
t_os
/
tool
/
artemis1
/
usrlib
/
src
/
waitvsyn.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-30
|
163b
|
12 lines
#include <stdio.h>
#include <ryosuke.h>
#include <egb.h>
#include <usrlib.h>
void wait_vsync()
{
int n;
n=0;
EGB_palette(EGB_work, 1, (char*)&n);
}